Conversation
bitner
approved these changes
Jan 14, 2026
Merged
gadomski
pushed a commit
that referenced
this pull request
Jan 16, 2026
## 🤖 New release * `pgstac`: 0.4.2 -> 0.4.3 (✓ API compatible changes) * `rustac`: 0.2.2 -> 0.2.3 * `stac-server`: 0.4.2 -> 0.4.3 <details><summary><i><b>Changelog</b></i></summary><p> ## `pgstac` <blockquote> ## [0.4.3](pgstac-v0.4.2...pgstac-v0.4.3) - 2026-01-14 ### Added - search directly from pgstac ([#933](#933)) </blockquote> ## `rustac` <blockquote> ## [0.2.3](rustac-v0.2.2...rustac-v0.2.3) - 2026-01-14 ### Added - search directly from pgstac ([#933](#933)) </blockquote> ## `stac-server` <blockquote> ## [0.4.3](stac-server-v0.4.2...stac-server-v0.4.3) - 2026-01-14 ### Other - updated the following local packages: pgstac </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Search directly into pgstac via a Rust function call or from the CLI. E.g. on an empty database:
$ docker compose up -d $ cargo run -F pgstac search postgresql://username:password@localhost:5432/postgis Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s Running `target/debug/rustac search 'postgresql://username:password@localhost:5432/postgis'` { "type": "FeatureCollection", "features": [], "links": [], "numberReturned": 0 }Also fixes an issue where we weren't getting the next and prev tokens correctly in some cases.
Related issues
Checklist
Delete any checklist items that do not apply (e.g. if your change is minor, it may not require documentation updates).
prek run --all-files)